/************************************************
MAIN/LAYOUT
*************************************************/
body {
  font-family: 'Courier New', Courier, monospace, serif;
  font-size: 12px;
  font-weight: 400;
  margin:0;
  padding:0;
}

.no-scroll {
  overflow:hidden;
}

.full{
  /* background-image: url('../img/gallery/angiezhang-87.jpg'); */
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
  background-position:center;
  margin:0;
  min-height:850px;
  max-height:4000px;
  width:100%;
  padding:0;
  overflow-y:scroll;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}


hr {
    width: 100%;
}

.hr2{
    padding: 0px;
    margin: 0px; 

}
strong {
    font-weight: 600;
}

.outer-container {
    text-align: center;
}

.stories {
  text-align: left;
}


.container, .content-container, .content-container-800, .content-container-400, .content-container-750{
    margin: 0 auto;
    padding: 1em;
}

.outer-container {
    margin: 0 auto;
    padding: 0em;
    overflow:hidden;
    overflow-y:scroll;


	
}



.content-container-800 {
    max-width: 800px;
    margin: 0 auto;
    padding:0em 5em 5em 5em;
    top: 15em;

}

.content-container-400 {
    max-width: 400px;
    margin:0 auto;
}
.content-container-750 {
    max-width: 700px;
    margin:0 auto;
    padding: 2em;
}

.content {
    padding: 1em;
}

/* HEADER AND NAV BAR */

#logo img, #logo nav {
  float: left;
}

.logo {
    font-size: 28px;
    float: left;
    padding: 2em 1em 0em 3em;
    margin: 1 auto;
}

nav {
    padding: 1em 0em 0em 0em;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 300;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 14px;
    background-color: transparent;
    margin: 1 auto;
    z-index:1000;
}

.float-right{
  float:right;
  margin-right: 15px;

}

.float-left{
  float:left;
}

#navbar > ul > li
{
float: left;
margin-left: 0px;
color: #fff;
position: relative;
z-index:10000;

}

#navbar > ul > li > ul {
position: absolute; /* change this */
margin-left: 0;
padding-left: 0px;
background-color: white;
text-align:center;
z-index:10000;
}

.nav-item{
    z-index:10000;
}

.nav-link{
    z-index:10000;
}
.sm-margins {
  margin-left:2em;
  margin-right:2em;
  max-width:1200px;
}

.no-margins {
  margin-left:0;
  margin-right:0;
}

.dropdown {
  text-align:left;
  white-space:nowrap;
  position:absolute;
}

 
 ul li ul {
   visibility: hidden;
   opacity: 0;
   position: relative;
   transition: all 0.5s ease;
   margin-top: 0rem;
   left: 0px;
   display: none;
   z-index:10;
 }
 
 ul li:hover > ul,
 ul li ul:hover {
   position:relative;
   visibility: visible;
   opacity: 1;
   display: block;
   z-index:10;
 }
 
 ul li ul li {
   clear: both;
   width: 100%;
 }

.nav-active {
    color: rgba(85, 95, 99, 0.7);
}

.sticky {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s;
}

.opaqueHeader {
    background-color: rgba(255, 255, 255, 0.9);
}

.sticky + .container, .sticky + .outer-container {
  padding-top: 40px;
}

/*fixed side navbar*/
.affixed-left {
  position:fixed;
  float:none;
}

.affixed-left >li {
  float:none;
}

/* FOOTER */
/*nav footer*/

#footer {
  position: fixed;
  margin: 1 auto;
  bottom: 3em;
  left: 3em;
}

.centered {
  position:fixed;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 1 auto;
  bottom: 3em;
}


/************************************************
TEXT
*************************************************/
.headline {
    font-size: 26px;
    font-weight: 600;
    padding: 0;
}

.blockquote {
    font-size: 22px;
    color: rgba(85, 95, 99, 1);
    font-style: italic;
    border-left: 3px solid rgba(85, 95, 99, 0.6);
    padding-left: 1em;
}

.citation {
    font-size: 14px;
    color: rgba(85, 95, 99, 0.8);
}

.decorative-divider {
    font-family: "Brioso Pro";
}

.decleaf {
    font-family: "Brioso Pro", Brioso;
    font-feature-settings: "ornm" 22;
    /*font-variant: ornm(22);*/
    /*font-variant-alternates: ornaments(22);*/
}

.dropcap {
  color: rgba(85, 95, 99, 1);
  float: left;
  font-size: 75px;
  line-height: 50px;
  padding: 0 4px 0 0;
  margin: 0;
}

.blockquote-noline {
    font-size: 24px;
    color: rgba(85, 95, 99, 1);
    font-style: italic;
    letter-spacing: 2.5px;
    padding: 0;
    margin: 0;
    text-align: center;
}


.row-hr-border {
    padding-top: 1em;
    border-bottom: 1px solid rgba(85, 95, 99, 0.7);
}

.row-main-text {
    /*background: rgba(186, 206, 214, 0.8);*/
    text-align: center;
    padding: 1em;
}

/* GUTTERS AND EXTRA PADDING*/
.extra-padding {
    padding-left: 1em;
    padding-right: 1em;
}

.blog-padding-wide{
    padding-bottom: 1em;
    padding-left: .5em;
    padding-right: .5em;
}

.blog-padding-narrow{
    padding-bottom: 1em;
    padding-right: .5em;
    padding-left: .5em;
}

.col-wide-gutters {
  padding-left: 4px;
  padding-top: 0px;
}

.row-padded {
    padding: 0 1em 0 1em;
}

.col-narrow-gutters {
  padding: 1px;
}

/* LINKS AND SELECTORS */
a {
    color: rgba(85, 95, 99, 1);
    transition: color 0.2s;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
    color: rgba(144, 195, 212, 1);
}

::selection {
    background: rgba(186, 206, 214, 0.8);
}

::-moz-selection {
    background: rgba(186, 206, 214, 0.8);
}

a > img {
    opacity: 1;
    transition: opacity 0.4s;
}

a > img:hover {
    opacity: 0.8;
    transition: opacity 0.4s;
}

/************************************************
HOMEPAGE SCROLL CONTENT
*************************************************/
#wrapper{
  display:flex;
}

.scroll-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow-y: scroll;
}

.home {
  position: absolute;
  max-width: 640px;
}


.scrollbar {
  max-width:100px;
  float:right;
}

.bottom-right {
  max-width:400px;
  position: absolute;
  text-align:right;
  word-wrap: break-word;
  bottom:11.75em;
  line-height:.8em;
  left:14.5em;
}

.centered-y {
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.vertical-text {
  transform: rotate(270deg);
  transform-origin: left top 0;
  float:left;
  position:absolute;
  text-align:left;
  top:55%;
  left:10%;
}

/************************************************
TABLET AND LAPTOP SIZE
*************************************************/
@media (min-width: 768px) {
    .row-padded {
        padding: 0;
    }

    .row-padded .extra-padding {
        padding: 0 1em 0 1em;
    }

    .outer-container {
      padding: 0;
    }
   
}


/************************************************
DESKTOP SIZE
*************************************************/
@media (min-width: 992px) {
    .outer-container {
        max-width: 1920px;
    }
}

/************************************************
PRINT STYLE
*************************************************/
@media print {

}

/************************************************
CONTACT FORM STYLE
*************************************************/
.form-control:focus {
  border-color: rgba(186, 206, 214, 0.8);
  box-shadow: inset 0 1px 1px rgba(186, 206, 214, 0.8), 0 0 8px rgba(186, 206, 214, 0.8);
}

.form-control {
  border-radius: 0;
  padding: 5px;
  font-size: 14px;
}

.col-form-label {
  margin-bottom: 2px;
}

input[type=text]{

  width:100%;
  padding:0px;
  border:none;
  border-bottom: 1px solid #C0C0C0;
  margin:auto;
  clear:both;
}

input[type=submit] {
  background-color:rgba(85, 95, 99, 1);
  color: white;
  padding: 12px 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float:left;
  width: 25%;
  clear:both;
  text-align:center;
}

input[type=inquire] {
  background-color:#F8F8F8;
  color: rgba(85, 95, 99, 1);
  padding: 5px 5px;
  border: 1px solid #C0C0C0;
  border-radius: 0px;
  cursor: pointer;
  float: auto;

  clear:both;
  text-align:center;
  max-height:30px;
}

textarea{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  height: 100%;
  min-height:100px;
  border: 1px solid #C0C0C0;
  margin: auto;
  padding:0px;
  resize:both;
  clear:both;
}

select{

  width:50%;
  padding:0px;
  border:1px solid #C0C0C0;
}

.small {
  display: -ms-flexbox;
  display:flex;
  margin:auto;
  width:100%;
  padding-top:0px;
  padding-bottom:0px;
  height:1px;
  align-items:center;
  justify-content: center;
}


.row-small{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width:100%;
  margin-top: -10px;
}



.form-container{
  max-width: 750px;
  border-radius: 5px;
  padding:2em;
  margin:0 auto;
}

label{
  display:block;
  padding:0px;
}

.error-referral, .error{
  visibility:hidden;
  color:#ffb3b3;
}

.block-left{
  position: relative;
  z-index: 2;
  top:15px;
  left:50px;
}
.block-center{
  position: relative;
  z-index: 3;
  top:0px;
  left:-25px;
}
.block-right{
  position: relative;
  z-index: 1;
  top:25px;
  left:-75px;
}
.colored{
    background-color:#f8f8f8;

}

#instafeed img {
  height:25%;
  width:25%;
  padding:3px;
}

.grid{
  margin:auto;
  max-height:100px;
  max-width:100px;
}

body, html {
  height: 100%;
}

.parallax { 
  /* The image used */
  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/************************************************
GALLERY IMAGES
*************************************************/
/* Square Images */
.img-flex-sq-sm {
  max-width:55%;
}
.img-flex-sq-md {
  max-width: 80%;
}
.img-flex-sq-lg {
  max-width: 200%;
 }

/* Portrait Images */
.img-flex-port-sm {
  max-width: 55%;
}
.img-flex-port-md {
  max-width: 80%;
}
.img-flex-port-lg {
  max-width: 90%;
}

/* Landscape Images */
.img-flex-land-sm {
  max-width:80%;
}
.img-flex-land-md {
  max-width: 100%;
}
.img-flex-land-lg {
  max-width:120%;
}

